Annotate ColorButton get_color and get_rgba.
authorPaolo Borelli <pborelli@gnome.org>
Wed, 8 Dec 2010 14:30:42 +0000 (15:30 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Wed, 8 Dec 2010 14:30:42 +0000 (15:30 +0100)
gtk/gtkcolorbutton.c

index c363f3aa26971b6e1e503d28944dd0b8c470e8ed..6d2548692f6eb20b2ceb7daecc7c4d8a5e6077ce 100644 (file)
@@ -721,7 +721,7 @@ gtk_color_button_set_alpha (GtkColorButton *color_button,
 /**
  * gtk_color_button_get_color:
  * @color_button: a #GtkColorButton.
- * @color: a #GdkColor to fill in with the current color.
+ * @color: (out): a #GdkColor to fill in with the current color.
  *
  * Sets @color to be the current color in the #GtkColorButton widget.
  *
@@ -780,7 +780,7 @@ gtk_color_button_set_rgba (GtkColorButton *color_button,
 /**
  * gtk_color_button_get_rgba:
  * @color_button: a #GtkColorButton.
- * @rgba: a #GdkRGBA to fill in with the current color
+ * @rgba: (out): a #GdkRGBA to fill in with the current color
  *
  * Sets @rgba to be the current color in the #GtkColorButton widget.
  *